Welcome to the "trac"-ing site of openpgp4u!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 18

Show
Ignore:
Timestamp:
10/31/04 00:43:15 (4 years ago)
Author:
nahi
Message:

* add licensing notice (Apache 2.0)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/pgp/armor.rb

    r17 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/util' 
    217 
  • trunk/lib/pgp/compressionalgorithm.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116module PGP 
    217 
  • trunk/lib/pgp/hashalgorithm.rb

    r16 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'digest/md5' 
    217require 'digest/sha1' 
  • trunk/lib/pgp/hexdump.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116module PGP 
    217     
  • trunk/lib/pgp/indentdumpport.rb

    r15 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116module PGP 
    217 
  • trunk/lib/pgp/mpi.rb

    r17 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'stringio' 
    217 
  • trunk/lib/pgp/packet.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/packet' 
    217 
  • trunk/lib/pgp/packet/compresseddata.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/packet' 
    217require 'pgp/compressionalgorithm' 
  • trunk/lib/pgp/packet/dsakeysupport.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/mpi' 
    217require 'pgp/packet/support' 
  • trunk/lib/pgp/packet/elgamalkeysupport.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/mpi' 
    217require 'pgp/packet/support' 
  • trunk/lib/pgp/packet/key.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/packet' 
    217 
  • trunk/lib/pgp/packet/literaldata.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/packet' 
    217 
  • trunk/lib/pgp/packet/marker.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/packet' 
    217 
  • trunk/lib/pgp/packet/packet.rb

    r13 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'stringio' 
    217require 'pgp/port' 
  • trunk/lib/pgp/packet/publickey.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/key' 
    217require 'pgp/packet/publickeysupport' 
  • trunk/lib/pgp/packet/publickeydsa.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/publickey' 
    217require 'pgp/packet/dsakeysupport' 
  • trunk/lib/pgp/packet/publickeyelgamal.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/publickey' 
    217require 'pgp/packet/elgamalkeysupport' 
  • trunk/lib/pgp/packet/publickeyencryptedsessionkey.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/packet' 
    217require 'pgp/pkeyalgorithm' 
  • trunk/lib/pgp/packet/publickeyencryptedsessionkeyrsa.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/publickeyencryptedsessionkey' 
    217require 'pgp/packet/rsakeysupport' 
  • trunk/lib/pgp/packet/publickeyrsa.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/publickey' 
    217require 'pgp/packet/rsakeysupport' 
  • trunk/lib/pgp/packet/publickeysupport.rb

    r12 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/pkeyalgorithm' 
    217 
  • trunk/lib/pgp/packet/publicsubkey.rb

    r17 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/key' 
    217require 'pgp/packet/publickeysupport' 
  • trunk/lib/pgp/packet/publicsubkeydsa.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/publicsubkey' 
    217require 'pgp/packet/dsakeysupport' 
  • trunk/lib/pgp/packet/publicsubkeyelgamal.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/publicsubkey' 
    217require 'pgp/packet/elgamalkeysupport' 
  • trunk/lib/pgp/packet/publicsubkeyrsa.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/publicsubkey' 
    217require 'pgp/packet/rsakeysupport' 
  • trunk/lib/pgp/packet/rsakeysupport.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/mpi' 
    217require 'pgp/packet/support' 
  • trunk/lib/pgp/packet/s2ksupport.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116module PGP 
    217module Packet 
  • trunk/lib/pgp/packet/secretkey.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/key' 
    217require 'pgp/packet/secretkeysupport' 
  • trunk/lib/pgp/packet/secretkeydsa.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/secretkey' 
    217require 'pgp/packet/dsakeysupport' 
  • trunk/lib/pgp/packet/secretkeyelgamal.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/secretkey' 
    217require 'pgp/packet/elgamalkeysupport' 
  • trunk/lib/pgp/packet/secretkeyrsa.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/secretkey' 
    217require 'pgp/packet/rsakeysupport' 
  • trunk/lib/pgp/packet/secretkeysupport.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/pkeyalgorithm' 
    217require 'pgp/s2kspecifier' 
  • trunk/lib/pgp/packet/secretsubkey.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/key' 
    217require 'pgp/packet/secretkeysupport' 
  • trunk/lib/pgp/packet/secretsubkeydsa.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/secretsubkey' 
    217require 'pgp/packet/dsakeysupport' 
  • trunk/lib/pgp/packet/secretsubkeyelgamal.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/secretsubkey' 
    217require 'pgp/packet/elgamalkeysupport' 
  • trunk/lib/pgp/packet/secretsubkeyrsa.rb

    r2 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/secretsubkey' 
    217require 'pgp/packet/rsakeysupport' 
  • trunk/lib/pgp/packet/signature.rb

    r14 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/packet' 
    217require 'pgp/pkeyalgorithm' 
  • trunk/lib/pgp/packet/signaturev3.rb

    r14 r18  
     1# Copyright 2004  NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> 
     2# 
     3# Licensed under the Apache License, Version 2.0 (the "License"); 
     4# you may not use this file except in compliance with the License. 
     5# You may obtain a copy of the License at 
     6# 
     7# http://www.apache.org/licenses/LICENSE-2.0 
     8# 
     9# Unless required by applicable law or agreed to in writing, software 
     10# distributed under the License is distributed on an "AS IS" BASIS, 
     11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     12# See the License for the specific language governing permissions and 
     13# limitations under the License. 
     14 
     15 
    116require 'pgp/packet/packet' 
    217require 'pgp/pkeyalgorithm' 
  • trunk/lib/pgp/packet/sigsubpacket.rb

    r2