Lines Matching refs:getAlgorithm

101         public String getAlgorithm() { return alg; }
282 if ("RSA".equals(pkey.getAlgorithm())) {
286 ("expected RSA, got " + pkey.getAlgorithm());
423 if ("DES".equals(ske.getSecretKey().getAlgorithm())) {
427 ("expected DES, got " + ske.getSecretKey().getAlgorithm());
432 if ("DESede".equals(ske.getSecretKey().getAlgorithm())) {
436 ("expected DESede, got " + ske.getSecretKey().getAlgorithm());
441 if ("DES".equals(skey.getAlgorithm())) {
445 ("expected DES, got " + skey.getAlgorithm());
450 if ("DESede".equals(skey.getAlgorithm())) {
454 ("expected DESede, got " + skey.getAlgorithm());
706 if ("RSA".equals(pkey.getAlgorithm())) {
710 ("expected RSA, got " + pkey.getAlgorithm());
727 if ("RSA".equals(pke.getPrivateKey().getAlgorithm())) {
731 ("expected RSA, got " + pke.getPrivateKey().getAlgorithm());
746 if ("RSA".equals(pkey.getAlgorithm())) {
750 ("expected RSA, got " + pkey.getAlgorithm());
927 if ("DES".equals(ske.getSecretKey().getAlgorithm())) {
931 ("expected DES, got " + ske.getSecretKey().getAlgorithm());
936 if ("DESede".equals(ske.getSecretKey().getAlgorithm())) {
940 ("expected DESede, got " + ske.getSecretKey().getAlgorithm());
945 if ("AES".equals(ske.getSecretKey().getAlgorithm())) {
949 ("expected AES, got " + ske.getSecretKey().getAlgorithm());
954 if ("ARCFOUR".equals(ske.getSecretKey().getAlgorithm())) {
958 ("expected ARCFOUR, got " + ske.getSecretKey().getAlgorithm());
963 if ("DES".equals(skey.getAlgorithm())) {
967 ("expected DES, got " + skey.getAlgorithm());
972 if ("DESede".equals(skey.getAlgorithm())) {
976 ("expected DESede, got " + skey.getAlgorithm());
981 if ("AES".equals(skey.getAlgorithm())) {
985 ("expected AES, got " + skey.getAlgorithm());
990 if ("ARCFOUR".equals(skey.getAlgorithm())) {
994 ("expected ARCFOUR, got " + skey.getAlgorithm());
1074 if ("RSA".equals(pkey.getAlgorithm())) {
1078 ("expected RSA, got " + pkey.getAlgorithm());
1094 if ("RSA".equals(pkey.getAlgorithm())) {
1098 ("expected RSA, got " + pkey.getAlgorithm());
1114 if ("RSA".equals(pkey.getAlgorithm())) {
1118 ("expected RSA, got " + pkey.getAlgorithm());
1171 if ("DES".equals(skey.getAlgorithm())) {
1175 ("expected DES, got " + skey.getAlgorithm());
1180 if ("ARCFOUR".equals(skey.getAlgorithm())) {
1184 ("expected ARCFOUR, got " + skey.getAlgorithm());
1189 if ("RSA".equals(pkey.getAlgorithm())) {
1193 ("expected RSA, got " + pkey.getAlgorithm());
1198 if ("RSA".equals(pkey.getAlgorithm())) {
1202 ("expected RSA, got " + pkey.getAlgorithm());